Spring Security增加验证码校验 一、使用kaptcha生成验证码 kaptcha依赖包 kaptcha配置类 在ValidateCodeController中增加验证码图片的访问接口 ...